home *** CD-ROM | disk | FTP | other *** search
-
- The "Complete" Borland Turbo Pascal 6.0 Toolbox
-
- The Text Editor
- ----------------------------------------------------------------------
-
- The editor unit provides a versatile editor which the programmer can
- call from within the program. The programmer can also control
- execution while waiting for a keypress from the user. The unit
- offers the following features:
-
- ■ Word wrapping
- ■ A buffer size which can be specified by the programmer
- ■ Easy initialization and freeing of buffer memory
- ■ Procedures allowing easy loading and saving of buffer memory
- ■ Facilitates multiple edit windows
-
- Refer to the documentation provided for detailed explanations of each
- of the procedures which the programmer can call.
-
- Press F1 for help. Experiment on this text using the various
- keystrokes available.
-